Posts in Category: Software Development
C Hash Tables and 2-Bit Bookkeeping
A look into hash tables, using a C implementation as an example, and an explanation of the memory-saving '2-bit bookkeeping' technique.
Simulating the Enigma Machine: A Deep Dive with JavaScript
A deep dive into the Enigma machine's mathematics and how to simulate its complex cryptographic processes using JavaScript.